﻿a, .transition, :before, img, .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex {
  display: flex;
  display: -webkit-flex; }

.flexColumn {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

@media screen and (max-width: 800px) {
  html {
    font-size: 50px; }

  .wal {
    max-width: 8rem; }

  body.navShow {
    overflow: hidden; }
    body.navShow .head .navA {
      background-image: url("../images/close.png"); }
    body.navShow .nav {
      right: 0; }

  .headD {
    height: 1rem; }

  .head .wal {
    min-height: 1rem;
    margin: 0 .3rem; }
  .head .language {
    right: 1rem;
    height: 1rem;
    padding-top: 0;
    font-size: .24rem; }
  .head .navA {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.3rem;
    top: 0;
    bottom: auto;
    width: 1rem;
    height: 1rem;
    background: url("../images/nava.png") center no-repeat;
    background-size: .4rem; }

  .nav {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    background: #000;
    right: -100%;
    top: 1rem;
    padding: 0 0 1rem 0; }
    .nav ul {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .nav li {
      border-top: rgba(255, 255, 255, 0.2) solid 1px;
      width: 100%;
      padding: 0; }
    .nav a.name {
      height: 1rem;
      line-height: 1rem;
      font-size: .26rem;
      padding: 0 0 0 .5rem; }
      .nav a.name:before {
        display: none; }
      .nav a.name.on {
        color: #e95809; }
    .nav .list {
      background: rgba(255, 255, 255, 0.1);
      display: none;
      padding: .15rem 0; }
      .nav .list a {
        display: block;
        font-size: .24rem;
        height: .8rem;
        line-height: .8rem;
        padding-left: .5rem; }

  /*index*/
  .indexFlash li .layer .msg {
    font-size: .36rem; }
  .indexFlash li .layer .msg2 {
    font-size: .36rem; }

  .indexPart1 .wal, .indexPart2 .wal, .indexPart3 .wal, .indexPart4 .wal {
    margin: 0 .5rem; }
  .indexPart1 .indexMore a, .indexPart2 .indexMore a, .indexPart3 .indexMore a, .indexPart4 .indexMore a {
    font-size: .3rem;
    width: 2.5rem;
    height: .63rem;
    line-height: .61rem;
    letter-spacing: .15rem;
    padding-left: .15rem; }

  .indexPart1 .wal {
    padding-right: 0; }
  .indexPart1 .list-wrapper a .layer .name {
    font-size: .24rem;
    line-height: .36rem;
    padding: 0 .1rem; }
  .indexPart1 .list-wrapper a .layer .more {
    font-size: .2rem; }

  .indexPart2 .wal {
    padding-right: 0;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center; }
  .indexPart2 .indexTitle {
    width: 100%;
    padding-bottom: .8rem; }
  .indexPart2 .list {
    width: 100%; }
    .indexPart2 .list .name {
      font-size: .28rem; }
  .indexPart2 .indexMore {
    right: 0; }

  .indexPart3 .img {
    top: 75vh;
    width: 100%;
    height: 25vh; }
  .indexPart3 .wal {
    height: 75vh;
    padding-top: 1rem; }
  .indexPart3 .list {
    width: 100%; }
    .indexPart3 .list li {
      padding: .2rem .35rem .5rem 0; }
      .indexPart3 .list li .name {
        font-size: .28rem;
        line-height: .46rem; }
      .indexPart3 .list li p {
        font-size: .22rem;
        line-height: .4rem; }
  .indexPart3 .indexMore {
    bottom: -1.5rem; }

  .indexPart4 .wal {
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0; }
  .indexPart4 .col {
    width: 100%;
    min-height: 1rem;
    padding-bottom: 1rem; }
  .indexPart4 .list {
    height: auto;
    width: 100%; }
    .indexPart4 .list ul {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .indexPart4 .list li {
      font-size: .26rem;
      margin-right: 0;
      width: 50%;
      padding: 0;
      height: 1.5rem; }
    .indexPart4 .list li:nth-child(1) {
      width: 100%; }

  .indexBar {
    opacity: 0;
    visibility: hidden; }

  .foot .tel {
    font-size: .48rem; }
  .foot .msg {
    font-size: .26rem;
    line-height: .4rem; }
  .foot .msg2 {
    font-size: .24rem;
    line-height: .4rem; }

  .pageArrow .num {
    font-size: .24rem; }

  /*page*/
  .pageBanner {
    height: 4rem; }

  .about_01:before {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3.8rem; }
  .about_01 .wal {
    padding: 1rem 0 0 0; }
  .about_01 .col {
    width: 100%; }
    .about_01 .col .content {
      font-size: .24rem;
      line-height: .44rem;
      padding-bottom: .5rem; }
  .about_01 .list {
    width: 100%;
    height: 3.8rem;
    padding-top: .5rem; }
    .about_01 .list ul {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .about_01 .list li {
      font-size: .26rem;
      margin-right: 0;
      width: 50%;
      padding: 0;
      height: 1.5rem; }
    .about_01 .list li:nth-child(0) {
      width: 100%; }

  .aboutTitle p {
    font-size: .22rem; }

  .about_02 .list {
    margin-right: -.2rem;
    margin-left: -.2rem;
    padding: 0;
    top: -.4rem; }
  .about_02 .list-wrapper li {
    height: 11.5rem; }
    .about_02 .list-wrapper li .time {
      font-size: .32rem; }
    .about_02 .list-wrapper li .msg div {
      padding: .15rem;
      font-size: .22rem;
      line-height: .32rem; }

  .about_03 .list .box h2 {
    font-size: .28rem; }
  .about_03 .list .box dd {
    width: 50%;
    line-height: .4rem;
    font-size: .24rem; }
  .about_03 .list li:nth-child(1) .box {
    height: 1.8rem; }
  .about_03 .list li:nth-child(2) .box {
    height: 2.8rem; }
    .about_03 .list li:nth-child(2) .box dd:nth-child(1), .about_03 .list li:nth-child(2) .box dd:nth-child(5) {
      width: 100%; }
  .about_03 .list li:nth-child(3) .box {
    height: 2.2rem; }

  .about_04 {
    padding: 1rem 0; }
    .about_04 .title {
      position: static; }
      .about_04 .title p {
        font-size: .22rem; }
    .about_04 .list {
      padding-top: .5rem; }
      .about_04 .list ul {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
      .about_04 .list li {
        position: static;
        background: rgba(255, 255, 255, 0.8);
        width: 33.333%; }
        .about_04 .list li h3 {
          font-size: .28rem; }
          .about_04 .list li h3 em {
            color: #e95809; }

  .about_05 .msg {
    font-size: .22rem;
    line-height: .4rem;
    padding-bottom: .35rem; }
  .about_05 .bigImg {
    width: 100%;
    margin-bottom: .3rem; }
  .about_05 .list {
    width: 100%; }
    .about_05 .list .list-wrapper {
      margin-left: -.2rem; }
    .about_05 .list li {
      padding-left: .2rem; }
      .about_05 .list li div {
        width: 100%; }
    .about_05 .list .arrow {
      display: none; }

  .about_06 {
    min-height: 5rem;
    padding-bottom: .5rem; }
    .about_06 .msg {
      font-size: .22rem;
      line-height: .4rem; }
    .about_06 .list-wrapper {
      margin-right: -.2rem; }
      .about_06 .list-wrapper li {
        padding-right: .2rem; }

  .product .title div, .case_01 .title div, .case_02 .title div {
    left: 1.8rem; }

  .product .list ul {
    margin-left: -.2rem; }
  .product .list li {
    width: 33.333%;
    padding: 0 0 .3rem .2rem; }
    .product .list li a .name {
      height: .8rem;
      line-height: .8rem;
      font-size: .24rem; }
    .product .list li a:hover .name {
      font-size: .24rem;
      line-height: .8rem; }

  .productImg .wal .btn a, .caseShow .img .btn a {
    font-size: .24rem; }

  .productImg .wal .layer .tag {
    font-size: .24rem;
    height: .6rem;
    line-height: .58rem; }
  .productImg .pageArrow {
    right: .3rem;
    margin-right: 0; }

  .productImgLayer .container {
    width: 6rem;
    padding: .3rem; }
    .productImgLayer .container a.close {
      top: -.4rem;
      right: -.5rem; }
    .productImgLayer .container .img {
      width: 100%; }
    .productImgLayer .container .col {
      width: 100%;
      padding-top: .4rem;
      max-height: 30vh;
      overflow-y: auto; }
      .productImgLayer .container .col .name {
        font-size: .28rem; }
      .productImgLayer .container .col .content {
        font-size: .22rem;
        line-height: .4rem; }

  .pageNow {
    font-size: .22rem; }

  .productShow_01 .col {
    width: 100%;
    padding-bottom: .3rem; }
  .productShow_01 .bigImg {
    width: 100%; }

.productShow_02 {
    min-height: 1rem; }
    .productShow_02 .bigImg a.arrow {
      top: auto;
      bottom: 0;
      margin-top: 0;
      height: 3.1rem; }
      .productShow_02 .bigImg a.arrow.prev {
        left: .3rem; }
      .productShow_02 .bigImg a.arrow.next {
        right: .3rem; }
    .productShow_02 .bigImg li {
      position: relative; }
      .productShow_02 .bigImg li .layer {
        position: static;
        background: none;
        padding: 0 0 .25rem 0;
        color: #666; }
        .productShow_02 .bigImg li .layer h2 {
          display: none; }
        .productShow_02 .bigImg li .layer .scroll {
          height: 2.35rem; }
          .productShow_02 .bigImg li .layer .scroll h3 {
            font-size: .24rem;
            padding-bottom: .1rem; }
          .productShow_02 .bigImg li .layer .scroll .content {
            font-size: .22rem;
            line-height: .32rem;
            padding-right: .32rem; }
    .productShow_02 .list-wrapper {
      margin-right: -.22rem; }
      .productShow_02 .list-wrapper li {
        padding-right: .22rem; }
        .productShow_02 .list-wrapper li .img:after {
          background-position: center .1rem; }
        .productShow_02 .list-wrapper li .img .name {
          font-size: .22rem; }
        .productShow_02 .list-wrapper li.on .img .name {
          font-size: .22rem;
          bottom: .2rem; }
    .productShow_02 .back a {
      width: 2rem;
      height: .54rem;
      line-height: .52rem;
      font-size: .22rem; }

  .case_01 .list {
    padding: 0; }
    .case_01 .list .arrow {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      -webkit-justify-content: center;
      padding-top: .25rem; }
      .case_01 .list .arrow a {
        position: static;
        margin: 0 .3rem; }
  .case_01 .list-wrapper .img em {
    left: .3rem;
    bottom: .3rem;
    line-height: .6rem;
    height: .6rem;
    font-size: .24rem; }

  .case_02 .list ul {
    margin-left: -.25rem; }
  .case_02 .list li {
    width: 50%;
    padding: 0 0 .1rem .25rem; }
    .case_02 .list li .img a.layer .name2 {
      font-size: .24rem;
      line-height: .36rem;
      padding: 0 .1rem; }
    .case_02 .list li .img a.layer .more {
      font-size: .2rem; }
    .case_02 .list li .name a {
      height: .7rem;
      line-height: .7rem;
      font-size: .24rem; }

  .caseShow .col {
    padding-bottom: .5rem; }
  .caseShow .box {
    margin-left: .3rem;
    margin-right: .3rem; }
    .caseShow .box .wal {
      min-height: 3rem; }
      .caseShow .box .wal .title {
        padding: .5rem 0 .25rem 0; }
      .caseShow .box .wal .content {
        font-size: .24rem;
        line-height: .44rem;
        width: 100%; }
    .caseShow .box .img {
      position: static;
      width: 100%;
      height: 4rem;
      margin-left: 0; }
  .caseShow .col-2, .caseShow .col-3 {
    padding: 0 .3rem .3rem;
    width: 100%; }
  .caseShow .col-4 {
    padding: .3rem; }
  .caseShow .col-5 {
    padding: .3rem; }

  .caseSelected .list-wrapper {
    margin-left: -.3rem; }
    .caseSelected .list-wrapper li {
      padding-left: .3rem; }
    .caseSelected .list-wrapper .name a {
      font-size: .24rem; }

  .pageNav a {
    font-size: .32rem; }

  .news a {
    padding: .35rem .3rem .35rem 1.3rem; }
    .news a .time {
      font-size: .22rem;
      top: 1.65rem;
      text-align: left;
      padding-left: .3rem; }
    .news a .img {
      position: static;
      width: 3.5rem; }
    .news a .name {
      font-size: .26rem;
      line-height: 1.5em;
      padding: .25rem 0 0 0;
      margin-left: -1rem; }
    .news a p {
      font-size: .22rem;
      line-height: .4rem;
      margin-left: -1rem; }
    .news a .more {
      font-size: .24rem;
      width: 1.84rem;
      height: .48rem;
      line-height: .46rem;
      left: -1rem; }

  .newShow .title {
    padding-right: 2.2rem;
    line-height: .52rem; }
  .newShow a.back {
    width: 2rem;
    height: .54rem;
    line-height: .52rem;
    font-size: .22rem; }
  .newShow .time {
    font-size: .22rem;
    padding: .12rem 0 .25rem 0; }
    .newShow .time img {
      width: .2rem; }
  .newShow .content {
    font-size: .24rem;
    line-height: 2em; }
    .newShow .content h2 {
      font-size: .32rem; }

  .pageNum2 a {
    font-size: .24rem; }

  .contact_01 .map {
    position: static;
    width: 100%;
    height: 6rem;display: none; }
  .contact_01 .box {
    width: 100%; }

  .contact_02 .form li .ico {
    top: .23rem; }
  .contact_02 .form li .name {
    font-size: .24rem;
    line-height: .7rem; }
  .contact_02 .form li .input {
    height: .7rem; }
    .contact_02 .form li .input input {
      height: .7rem;
      line-height: .7rem;
      font-size: .24rem; }
  .contact_02 .submit div {
    width: 2.4rem;
    height: .7rem;
    font-size: .26rem; }

  .job li .name {
    font-size: .24rem; }
    .job li .name h2 {
      font-size: .32rem; }
    .job li .name .price {
      width: 3rem; }
    .job li .name .address {
      display: none; }
  .job li .container {
    padding: 0 .3rem; }
    .job li .container .row .col {
      width: 100%; }
    .job li .container .row h3 {
      font-size: .28rem;
      line-height: .6rem; }
      .job li .container .row h3 em {
        font-size: .24rem; }
    .job li .container .row dd {
      line-height: .4rem; }
      .job li .container .row dd:before {
        top: .17rem; }
    .job li .container .info dd {
      font-size: .24rem;
      height: .6rem;
      width: 50%; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; } }

/*# sourceMappingURL=phone.css.map */
